Use this optional INI option to represent criteria which tells the system to send an end of report condition to the printer. In the JDL example, the RSTACK statement performed a criteria test named C2. The C2 test checks a specific part of each input line against the string named T2. If the string T2 matches an input data record at position 0 for length of 10 bytes, an end of report condition is signaled. Only CONSTANT criteria using an EQ operator is supported.
Note | If the printer is alternately used for Metacode and text file print jobs, you must include the JDLRStack option. We recommend always using JDLRStack. |
Using the JDL sample listed earlier, this option should be set to:
JDLRStack = 0,10,EQ,X'13131313131313131313'
© Copyright 2014, Oracle and/or its affiliates. All rights reserved. Legal notices.